05 2021 档案

摘要:jQuery.parent(expr) //找父元素 jQuery.parents(expr) //找到所有祖先元素,不限于父元素 jQuery.children(expr) //查找所有子元素,只会找到直接的孩子节点,不会返回所有子孙 jQuery.contents() //查找下面的所有内容,包 阅读全文
posted @ 2021-05-26 11:20 dreamboycx 阅读(2812) 评论(0) 推荐(0) 编辑
摘要:Route::any("/{module}/{controller}/{action}",function ($module,$class,$action){ $class = "App\\Http\\Controllers\\$module\\".ucfirst(strtolower($class 阅读全文
posted @ 2021-05-19 11:59 dreamboycx 阅读(162) 评论(0) 推荐(0) 编辑
摘要:<!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.or 阅读全文
posted @ 2021-05-12 15:58 dreamboycx 阅读(281) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示