ppypp伦理天堂,91手机在线视频,免费在线观看黄色毛片,夜夜穞天天穞狠狠穞AV美女按摩

聯(lián)系官方銷售客服

1835022288

028-61286886

投訴 已解決 前端提交的表單會(huì)自動(dòng)過(guò)濾危險(xiǎn)值嗎? 1 0
哈哈大王(前端和PHP) SVIP會(huì)員 OEM版權(quán) 2021-06-24 18:33:51 私信
迅睿CMS版本:4.5.1

請(qǐng)問(wèn)一下前端提交的表單會(huì)自動(dòng)過(guò)濾危險(xiǎn)值嗎?如script,alert等等。

還有網(wǎng)站搜索值會(huì)自動(dòng)過(guò)濾嗎?如script,alert等等。

<form class="search-form" action="/index.php" method="get">
    <input type="hidden" name="s" value="news">
    <input type="hidden" name="c" value="search">
    <table>
        <tr>
            <td ><input type="text" name="keyword" class="input_t" autocomplete="off" value="請(qǐng)輸入您要搜索的關(guān)鍵詞" onfocus="if(this.value=='請(qǐng)輸入您要搜索的關(guān)鍵詞'){this.value=''}" onblur="if(this.value==''){this.value='請(qǐng)輸入您要搜索的關(guān)鍵詞'}"/></td>
            <td >
                <input type="image" class="button fl btn input_b" src="{THEME_PATH}default/home/picture/input_an.jpg">
            </td>
        </tr>
    </table>
</form>


插件版權(quán):官方插件
插件名稱:全局網(wǎng)站表單

解決方案