create()方法没有过过滤吗?

浏览:1679 发布日期:2013/02/25 分类:求助交流
html  <form name="form1" action="__URL__/insert" method="post">
    <input type="text" name="account" />
    <input type="text" name="password" />
    <input type="submit" value="提交" />
</form>
<br />
action$user = M('User');
$user->create();
$user->add();
直接插入script标签没有转码

<br />
要怎么开启呢?<br />
_get()<br />
_post()<br />
要怎么用在create()上呢?
最佳答案
评论( 相关
后面还有条评论,点击查看>>