tp杂记
Posted 一斗才
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了tp杂记相关的知识,希望对你有一定的参考价值。
/**
php中的大U函数三个参数:
U(‘ajaxDelPic‘) ==> /index.php/Admin/Goods/ajaxDelPic.html
U(‘ajaxDelPic?id=1‘) ==> /index.php/Admin/Goods/ajaxDelPic/id/1.html
U(‘ajaxDelPic‘, array(‘id‘=>1)) ==> /index.php/Admin/Goods/ajaxDelPic/id/1.html
U(‘ajaxDelPic‘, array(‘id‘=>1), FALSE) ==> /index.php/Admin/Goods/ajaxDelPic/id/1
**/
以上是关于tp杂记的主要内容,如果未能解决你的问题,请参考以下文章