来csdn的web区有两年了(大部分都在javascript区),一直没时间整理自已在csdn回答的比较好的问题,大部分讨论主题页面都已经不存在了,今天有时间,现收集整理了一些认为比较好的常见问题.
q: javascript数组的长度不能超过多大? 【程序编程相关:用Asp.net实现新闻分页】
asp问题.javascript问题: 【推荐阅读:一个将阿拉伯数字转换成中文大写的好算法【】
--------------- 【扩展信息:架构Web Service:什么是Web】see msdn:
if only one argument is passed to the array constructor, and the argument is a number, it must be an unsigned 32-bit integer (< approximately four billion). that value then becomes the size of the array---------------
如果仅用一个参数构造这个数组,且这个参数是一个数字,它必须是一个无符号32位整型(小于大约40亿),因而这个数字成为这数组的大小. q: 有沒有測試客戶端系統的函數,比如用戶所使用的系統 是繁體 系統 還是簡體 系統,或者測試客戶端的區域設置的函數!!我只知道除了在asp中用request.servervariables得到客户端浏览器信息,还可以用jscript的navigator对象得到系统/版本等
详见msdn
q:
<table id="test">
<tr><td><input></td><td><input></td></tr></table>我现在想在test中在增加一个tr串该怎么弄?
我用了createelement 怎么不行?... 下一页