為您解碼網(wǎng)站建設(shè)的點(diǎn)點(diǎn)滴滴
發(fā)表日期:2019-12 文章編輯:小燈 瀏覽次數(shù):4022
在PHPCms內(nèi)容頁(yè)中,出于完全考慮,默認(rèn)是禁止JavaScript腳本的,所以我們?cè)谔砑游恼聲r(shí),雖然加入了js代碼,但實(shí)際上并沒(méi)有起作用,而是以文本形式顯示。如果要讓內(nèi)容頁(yè)支持JavaScript,則要做以下修改:
在文件..\caches\caches_model\caches_data\content_input.class.php中找到函數(shù):
- function get($data,$isimport = 0) {
- $this->data = $data = trim_script($data);
修改為:
- function get($data,$isimport = 0) {
- $this->data = $data; //不調(diào)用過(guò)濾函數(shù)
Over!PHPCms內(nèi)容頁(yè)已支持JavaScript。
日期:2019-12 瀏覽次數(shù):4779
日期:2019-12 瀏覽次數(shù):4205
日期:2019-12 瀏覽次數(shù):3948
日期:2019-12 瀏覽次數(shù):4193
日期:2019-12 瀏覽次數(shù):4327
日期:2019-12 瀏覽次數(shù):4105
日期:2019-12 瀏覽次數(shù):4379
日期:2019-12 瀏覽次數(shù):4021
日期:2019-12 瀏覽次數(shù):4531
日期:2019-12 瀏覽次數(shù):4544
日期:2019-12 瀏覽次數(shù):4304
日期:2019-12 瀏覽次數(shù):4866
日期:2019-12 瀏覽次數(shù):4273
日期:2019-12 瀏覽次數(shù):4085
日期:2019-12 瀏覽次數(shù):4163
日期:2019-12 瀏覽次數(shù):4068
日期:2019-12 瀏覽次數(shù):4346
日期:2019-12 瀏覽次數(shù):4151
日期:2019-12 瀏覽次數(shù):4176
日期:2019-12 瀏覽次數(shù):5540
日期:2019-12 瀏覽次數(shù):4630
日期:2019-12 瀏覽次數(shù):4015
日期:2019-12 瀏覽次數(shù):4044
日期:2019-12 瀏覽次數(shù):4128
日期:2019-12 瀏覽次數(shù):4856
日期:2019-12 瀏覽次數(shù):3990
日期:2019-12 瀏覽次數(shù):3934
日期:2019-12 瀏覽次數(shù):4245
日期:2019-12 瀏覽次數(shù):3850
日期:2019-12 瀏覽次數(shù):4147
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.