
JavaScript
文章平均质量分 60
star237
技术开发。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
JavaScrip获取汉字拼音的首字母
function getFirstPyLetter(s){ execScript("tmp=asc(/""+s+"/")", "vbscript"); // 不支持 ff tmp = 65536 + tmp; var py = ""; if(tmp>=45217 && tmp py = "A" } else if(tmp>=45253 && tm原创 2008-01-22 12:06:00 · 466 阅读 · 0 评论 -
Best4C在线画图工具,强!
在线绘图工具,强!原创 2008-01-22 12:55:00 · 1043 阅读 · 0 评论 -
文章自动排版功能。
function format(){ var body = "/n"+document.getElementById("thebody").value; body = body.replace(/ | /ig,""); body = body.replace(//r/n/ig,"/n"); body = body.replace(//n/n/原创 2008-01-23 11:06:00 · 905 阅读 · 0 评论 -
给图片添加图片的倒影
/** * reflection.js v1.5 * * Contributors: Cow http://cow.neondragon.net * Gfx http://www.jroller.com/page/gfx/ * Sitharus http://www.sitharus.com * Andreas L原创 2008-01-23 11:43:00 · 634 阅读 · 0 评论