当前位置:Gxlcms > PHP教程 > php简单提示框自定义函数_PHP教程

php简单提示框自定义函数_PHP教程

时间:2021-07-01 10:21:17 帮助过:22人阅读

  1. /*php简单提示框自定义函数*/
  2. function alert ($msg,$url="")
  3. {
  4. $str = ;
  5. }
  6. ?>

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/486138.htmlTechArticle?php /*php简单提示框自定义函数*/ function alert ($msg,$url="") { $str = script type="text/javascript"; $str.="alert(".$msg.");"; if ($url != "") { $str.="window.location....

人气教程排行