摘要:
js校验身份证号【15位和18位】[javascript] view plaincopyprint?function scCard(){ var scType=document.getElementById("sc_card_type").value; if(scType=="1... 阅读全文
posted @ 2015-07-13 14:30
HelloWorld102
阅读(7500)
评论(0)
推荐(2)
摘要:
String 字符串常量StringBuffer 字符串变量(线程安全)StringBuilder 字符串变量(非线程安全)简要的说, String 类型和 StringBuffer 类型的主要性能区别其实在于 String 是不可变的对象, 因此在每次对 String 类型进行改变的时候其实都等同... 阅读全文
posted @ 2015-07-13 10:51
HelloWorld102
阅读(779)
评论(0)
推荐(1)

浙公网安备 33010602011771号