📄 example1-2.htm
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>例1-2</title>
</head>
<body>
<p><font size="2">#include <iostream.h><br>
#include <string.h><br>
void main( )<br>
{<br>
cout <<"The length of \"this is a string\" is :\t"<br>
<<strlen("this is a string")<<endl;<br>
cout <<"The size of \"this is a string\" is :\t"<br>
<<sizeof("this is a string")<<endl;<br>
}</font></p>
<font SIZE="3">
<p ALIGN="JUSTIFY"></font><font FACE="??ì?,SimSun" LANG="ZH-CN" size="2">程序输出结果是:</font></p>
<p ALIGN="JUSTIFY"><font size="2">The length of "this is a string" is
: 16</font></p>
<p ALIGN="JUSTIFY"><font size="2">The size of "this is a string" is :
17</font></p>
<p> </p>
<p> </p>
<p> </p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -