摘要:
var a = 0 ||'sda';console.log(a);//sda var a = '' ||'sda';console.log(a);//sda 阅读全文
posted @ 2018-03-29 16:19
仁义礼智信的
阅读(157)
评论(0)
推荐(0)
摘要:
$code = 'code'; $patt = "/^[1-9]\d{5}(19|20)\d{2}((0[1-9])|(10|11|12))([012](\d|(30|31)))\d{3}[xX\d]$/"; preg_match_all($patt, $code, $match); if(!emp 阅读全文
posted @ 2018-03-29 16:09
仁义礼智信的
阅读(127)
评论(0)
推荐(0)
摘要:
encodeURIComponet('新品') = '%E6%96%B0%E5%93%81' decodeURIComponent('%E6%96%B0%E5%93%81') 阅读全文
posted @ 2018-03-29 09:17
仁义礼智信的
阅读(744)
评论(0)
推荐(0)

浙公网安备 33010602011771号