完整演示示例: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=GB2312" /> </head> <body> <table width="800" cellspacing="0" cellpadding="8" align="center" > <tr> <td width="80%"><span>请输入中文字符串:</span><input type="text" id="txtChinese" size="30" value="net中文社区"> <input type="button" onClick="query()" value="查看拼音首字母缩写"></td> </tr> </table><div id="divResult"></div> </body> </html>