在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
/** * 跳转方法 * @param $msg * @param null $path * @param null $parent */ public function alert($msg,$path=NULL,$parent=NULL){ if($parent === true){ $str=<<<str <script>alert('{$msg}');parent.location.href='{$path}'</script> str; }else if(empty($path)){ $str=<<<str <script>alert('{$msg}');history.back()</script> str; }else{ $str=<<<str <script>alert('{$msg}');location.href='{$path}'</script> str; }; echo $str; }
|
2022-08-18
2022-07-29
2022-08-17
2022-09-18
2022-08-17
请发表评论