javascript有声调的汉字注音字典(兼容各浏览器)

ExpandedBlockStart.gif 代码
 1  DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" >
 2  < html  xmlns ="http://www.w3.org/1999/xhtml" >
 3 
 4  < head >
 5  < meta  content ="text/html; charset=utf-8"  http-equiv ="Content-Type"   />
 6  < title > javascript有声调的汉字注音字典(兼容各浏览器) title >
 7  < meta  name ="Author"  content ="geovindu,geovindu,Geovin Du,塗聚文,涂聚文" />
 8  < meta  name ="Description"  content ="涂聚文,塗聚文,締友計算機信息技術有限公司,缔友计算机信息技术有限公司,捷為工作室,捷为工作室" />
 9  < meta  name ="keyword"  content ="拼音,汉字,声调,繁体,简体"   />
10  < meta  name ="generator"  content ="geovindu" />
11  < meta  name ="robots"  content ="NOINDEX,NOFOLLOW"   />
12  < meta  name ="googlebot"  content ="NOARCHIVE, NOODP, NOSNIPPET"   />
13  < meta  name ="slurp"  content ="NOARCHIVE, NOYDIR, NOSNIPPET"   />
14  < meta  http-equiv ="expires"  content ="Tue, 20 Aug 1996 14:25:27 GMT" />
15  < link  rel ="shortcut icon"  href ="favicon.ico"  type ="image/x-icon"   />
16  < link  rel ="icon"  href ="favicon.ico"  type ="image/ico"   />
17  < link  rel ="bookmark"  href ="favicon.ico" />  
18  < link  rel ="home"  title ="Home"  href ="http://www.dusystem.com"   />
19 
20 
21  < script  language ="javascript"  type ="text/javascript" >
22  // 要更加完善,自己可以把汉字和拼音加上去。香港汉字拼音也一样可以加上去。程序开发人员,可以利用在自己开发的软件中,写代码程序按国际标准易于兼容各浏览器。涂聚文注。
23 
52  script >
53 
54  head >
55 
56  < body >
57  < div  class ="box" >
58     < div  id ="b_1" >
59       < h1 >< span > span > 拼音字典 h1 >
60       < div  class ="box1"  style ="text-align:center;" >
61           < div  id ="detail"  class ="info1"   >
62 
63          拼音字典
64  div >
65  < table  style ="width: 760px;border:0px; border-spacing:1px 1px; padding:0px 0px 0px 0px; background-color:#cccccc; margin-left:auto; margin-right:auto" >
66     < tbody >
67     < tr >
68       < td  style ="margin-left:auto;margin-right:auto;background-color:#ffffff;" >
69  < form  name ="form1" >
70  < input  onclick ="document.form1.code2.value=(trans())"  type ="button"  value ="查拼音"  name ="Submit" />  
71  < input  onclick ="resetAll()"  type ="button"  value ="重来"  name ="reset" />
72    < input  type ="reset"  value ="初始" />   
73    < input  onclick ='code2.select();document.execCommand("Copy")'  type ="button"  name ="Submit"  value ="复制拼音" />
74    < br />< textarea  onclick ='code.select()'  name ="code"  rows ="8"  cols ="102" > 缔友计算机信息技术有限公司,締友計算機信息技術有限公司 textarea  >   < textarea  name ="code2"  rows ="8"  readonly ="readonly"   cols ="102" > textarea  >  
75  < br /> form > 本字典可以识别二万多汉字(包括繁简体)的拼音,并能标出声调。 td >
76     tr >
77 
78     tbody >
79  table >
80       div >
81     div >
82  div >
83 
84 
85  body >
86 
87  html >
88 


你可能感兴趣的:(javascript有声调的汉字注音字典(兼容各浏览器))