本文介绍了导航无法正常工作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
echo"<script>navigate('indexn.php?page=equipmentmanagement&folder=admin);</script>";
推荐答案
echo "<script>window.location='indexn.php?page=equipmentmanagement&folder=admin'</script>";
在我的末端运行良好.
希望对您有所帮助:)
this is running fine at my end.
hope it helps :)
这篇关于导航无法正常工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!