ad_heardboutton.pl
来自「这个社区是虚拟社区使用的程序」· PL 代码 · 共 10 行
PL
10 行
############ 头部按钮 ####################
sub heardboutton {
print qq~
<hr align="center" width="40%" color=red><center>
<input type="button" value="关闭窗口" onclick="self.close()"
style="font-size: 9pt; font-family: 宋体;color: ffffdd; background-color:ff0000">
</form>
~;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?