XtGem is a visual mobile site building tool, allowing users to create and maintain highly customizable personal mobile sites completely free of charge - and without a need to know any programming language at all!
Nhiều switch
Code ví dụ:
<!--parser:xtscript-->
# 1 random number
var $x = call mt_rand $min=1;$max=100
# The basic "if elseif"
if $x > 90
print \$x is more than 90 <hr />
elseif $x > 80
print \$x is more than 80<hr />
elseif $x > 70
print \$x is more than 70<hr />
elseif $x > 60
print \$x is more than 60<hr />
elseif $x > 50
print \$x is more than 50<hr />
elseif $x > 40
print \$x is more than 40<hr />
elseif $x > 30
print \$x is more than 30<hr />
else
print \$x is less than 30<hr />
endif
print \$x=$x<br />
<!--/parser:xtscript-->
Code đã chạy:$x is less than 30$x=4
Thucdaik
Đăng lúc:13:25 13/11/2016
Chia sẻ:
Chia sẻ bài viết:
Link:
BBCode:
☆BÌNH LUẬN
0: php_network_getaddresses: getaddrinfo failed: Name or service not known