只需使用旧的简单HTML<a>
标签
<a href="admin.php?page=yourplugin/another-page.php" title="another page">Another Page</a>
如果您的页面仅为php:
echo \'<a href="admin.php?page=yourplugin/another-page.php" title="another page">Another Page</a>\';
在哪里
yourplugin
是插件文件夹的名称,以及
another-page.php
是另一页。