
关键词:方法信息提示更改。quot&ltsgdocument.write网站提示信息的修改方法:提示信息参考图,在Inc_functions.phpcopy代码$rmsg=$func中找到;$rmsg。="document.write("<;br/>;<div风格
关键字描述:方法信息提示更改 "<rmsgdocument.write网站提示信息的修改方法:
提示信息参考图
在include文件夹里找到inc_functions.php
Copycode$rmsg=$func;
$rmsg.="document.write(\"<br/><divstyle='width:400px;padding-top:4px;height:24;font-size:10pt;border-left:1pxsolid#b9df92;border-top:1pxsolid#b9df92;border-right:1pxsolid#b9df92;background-color:#def5c2;'>DedeCms提示信息:</div>\");\r\n";
$rmsg.="document.write(\"<divstyle='width:400px;height:100;font-size:10pt;border:1pxsolid#b9df92;background-color:#f9fcf3'><br/><br/>\");\r\n";
$rmsg.="document.write(\"".str_replace("\"","“",$msg)."\");\r\n";
$rmsg.="document.write(\"";
"DedeCms提示信息"为修改地方。
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)