piestub.php
来自「一个绝对棒的报表绘图软件」· PHP 代码 · 共 20 行
PHP
20 行
<html>
<body topmargin="5" leftmargin="5" rightmargin="0" marginwidth="5" marginheight="5">
<div style="font-size:18pt; font-family:verdana; font-weight:bold">
Simple Clickable Pie Chart Handler
</div>
<hr color="#000080">
<div style="font-size:10pt; font-family:verdana; margin-bottom:20">
<a href="viewsource.php?file=<?php echo $_SERVER["SCRIPT_NAME"]?>">View Source Code</a>
</div>
<div style="font-size:10pt; font-family:verdana;">
<b>You have clicked on the following sector :</b><br>
<ul>
<li>Sector Number : <?php echo $_REQUEST["sector"]?></li>
<li>Sector Name : <?php echo $_REQUEST["label"]?></li>
<li>Sector Value : <?php echo $_REQUEST["value"]?></li>
<li>Sector Percentage : <?php echo $_REQUEST["percent"]?>%</li>
</ul>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?