09c07-5.php
来自「介绍PHP5的给类型函数应用」· PHP 代码 · 共 22 行
PHP
22 行
<?php// Include our language library://require_once 'language.php';require_once '09c07-4.php';?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title><?= $text['welcome'] ?></title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /></head><body><p><img alt="<?= $text['welcome'] ?>" src="<?= $imgsrc['title'] ?>" height="50" width="500" /></p><h2><?= $text['thanks'] ?></h2><p><?= $text['game'] ?></p><p><img alt="<?= $text['sky'] ?>" src="<?= $imgsrc['footer'] ?>" height="10" width="220" /></p><p><?= switch_language_options(); ?></p></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?