摘要:
hello 获取服务器端数据 阅读全文
摘要:
hello 测试onclick 测试id 点击事件 Item 1 Item 2 Item 3 点击这里 新闻 1 ... 阅读全文
摘要:
//删除空格 和 回车 function trimall($str){ $oldchar=array(""," ","\t","\n","\r"); $newchar=array("","","","",""); return str_replace($oldchar,$newchar,$str); } 阅读全文