摘要: I need to save the data offline, so I save the data as XML. I don't know how to get the XML object with JavaScript.<xml id=xmlData> <data> <tb1> <id>1</id> <name>1</name> </tb1> <tb1> <id>2</id> <name>2</... 阅读全文
posted @ 2013-05-06 17:18 wilsonChan 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 一段代码段,没有什么别的。mark一下//判断是否重复的正则//判断是否重复的正则//先用 join() 把数组转换成字符串且夹塞指定的分隔符 \x0f(这种分隔符用户一般是输不进来的),这一步纯粹是为简化且精确脚本而做。//First with the join () to convert an array to a string and jam specified delimiter \ X0F (user does not input), this step is purely done to simplify and precise script.function RegIteerat 阅读全文
posted @ 2013-05-06 17:09 wilsonChan 阅读(167) 评论(0) 推荐(0) 编辑