01 2017 档案
摘要:document.onkeydown = function (e) { var theEvent = window.event || e; var code = theEvent.keyCode || theEvent.which; if (code == 13) { $("#add_submit"
阅读全文
摘要:测试demo ------------------------------------------------------------------------------------ 1, 'pid' => 0, 'name' => '一级11' ), array('id' => 11, 'pid' => 0, 'name' => '一级12' ), array...
阅读全文
摘要:/** * @Method base64图片上传 * @author 黄国金 * return array * date 2016-1-10 */function saveBase64Image($base64_image_content){ if (preg_match('/^(data:\s*i
阅读全文