( ! ) Warning: include(): http:// wrapper is disabled in the server configuration by allow_url_include=0 in D:\www\up\CSharp\base05.php on line 20 | ||||
---|---|---|---|---|
Call Stack | ||||
# | Time | Memory | Function | Location |
1 | 0.0156 | 354792 | {main}( ) | ...\base05.php:0 |
( ! ) Warning: include(http://pub.houheaven.com/Nav02/Nav_deep2.htm): failed to open stream: no suitable wrapper could be found in D:\www\up\CSharp\base05.php on line 20 | ||||
---|---|---|---|---|
Call Stack | ||||
# | Time | Memory | Function | Location |
1 | 0.0156 | 354792 | {main}( ) | ...\base05.php:0 |
( ! ) Warning: include(): Failed opening 'http://pub.houheaven.com/Nav02/Nav_deep2.htm' for inclusion (include_path='.;C:\php\pear') in D:\www\up\CSharp\base05.php on line 20 | ||||
---|---|---|---|---|
Call Stack | ||||
# | Time | Memory | Function | Location |
1 | 0.0156 | 354792 | {main}( ) | ...\base05.php:0 |
使用:Console.ReadLine()
说明:输入字符后回车即可。
使用:Console.WriteLine(str1)
使用:Console.WriteLine("str:{0}",str1)
使用:Console.WriteLine("str1:{0},str2:{1}",str1,str2)
说明:无。
[ 源代码 ]
String str1="www.houheaven.com";
String str2="Eric";
String str3="Music";
String str4="Movie";
String str5="Image";
Console.WriteLine(str1);
Console.WriteLine("This website designed by {0}",str2);
Console.WriteLine("This website includes {0},{1},{2} and so on",str3,str4,str5);
[ 输出结果 ]
www.houheaven.com
This website designed by Eric
This website includes Music,Movie,Image and so on
[ 后天堂 | 这里,只泊同流人 ]