复制代码 代码如下: /*—————————————————— */ //– 简单提示框函数 /*—————————————————— */ function alert ($msg,$url=") { $str = ''; <BR>$str.="alert('".$msg."');"; <br>if ($url != ") <BR>{ <BR>$str.="window.location.href='{$url}';"; <BR>} <BR>else <BR>{ <BR>$str.="window.history.back();"; <BR>} <BR>echo $str.=''; } 以上就介绍了pale kid raps fast php简单提示框alert封装函数,包括了pale kid raps fast方面的内容,希望对PHP教程有兴趣的朋友有所帮助。