摘要:
//js正则实现用户输入银行卡号的控制及格式化 阅读全文
摘要:
/** * 用于显示上个月和下个月 * @param int $sign 1:表示上个月 0:表示下个月 * @return string */ function GetMonth($sign="1"){ ... 阅读全文
摘要:
JSON的基本语法 1、并列的数据之间用逗号(,)分隔 2、映射用冒号(:)表示 3、并列数据的集合(数组)用广括号([])表示 4、映射的集合(对象)用大括号({})表示如:北京市的面积为16800平方公里,常住人口1600万人。上海市的面积为6400平方公里,常住人口1800万。转成JSON后[... 阅读全文
摘要:
Function MakeUserCode OpenDB() Randomize dim getid_rs,getid set getid_rs=rsobj do while true getid="CN"&int(rnd()*(10^6)) ... 阅读全文
摘要:
You're chatting with Danny.Danny - Thank you for contacting live chat. My name is Danny. How can I assist you today?luo - hello.i want cancel my SSLlu... 阅读全文
摘要:
switch ($p) { case 'home': case '': $current_home = 'current'; break; case 'users.online': case 'users.location': case ... 阅读全文