情報は、ポップアップ表示のジャンプ、リフレッシュおよびその他の操作ShowMsgリターンとリターン:通常の自己学習機能(4)PHP

if(!function_exists('ShowMsg'))
{
	function ShowMsg($msg='', $gourl='-1')
	{
		if($gourl == '-1')
			echo '<script>alert("'.$msg.'");history.go(-1);</script>';
			
		else if($gourl == '0')
			echo '<script>alert("'.$msg.'");location.reload();</script>';

		else
			echo '<script>alert("'.$msg.'");location.href="'.$gourl.'";</script>';
	}
}
公開された94元の記事 ウォン称賛15 ビュー10000 +

おすすめ

転載: blog.csdn.net/weixin_41290949/article/details/104267779