书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 81280 个相关结果.
  • If语句

    If语句 If语句 示例: var name = readLine ( stdin )   if name == "Andreas" : echo "What a nice name!" elif name == "" : echo "Don't you have a name?" else : ...
  • if 语句

    926 2020-01-31 《Go 语言小册》
    if 语句 初始语句 if-else 语句 下一步 if 语句 跟 for 语句 一样, if 语句条件表达式不需要括号包围,但是花括号却不能省略。 /_src/tour/if.go package main   import ( "fmt" "math" )     func sqrt ( x...
  • 语句

    语句 if 语句 switch 语句 for 语句 while 语句 语句 if 语句 在 WXS 中,可以使用以下格式的 if 语句 : if (expression) statement :当 expression 为 truthy 时,执行 statement 。 if (expression) statement1 ...
  • 语句

    create collectionspace drop collectionspace create collection drop collection create index drop index list collectionspaces list collections insert into select update ...
  • For语句

    For语句 For语句 for 语句是一个循环遍历迭代器提供的任何元素的构造。示例使用内置的 countup 迭代器: echo "Counting to ten: " for i in countup ( 1 , 10 ): echo i # --> Outputs 1 2 3 4 5 6 7 8 9 10 on diff...
  • If语句

    If语句 If语句 if语句是分支流程控制的一种方法: let name = readLine ( stdin ) if name == "" : echo "Poor soul, you lost your name?" elif name == "name" : echo "Very funny, yo...
  • 语句

    SELECT CREATE
  • 语句

    用法 CREATE CUBE 概要 描述 例子 限制 INSERT INTO CUBE 概要 描述 例子 限制 INSERT OVERWRITE CUBE 概要 描述 例子 SHOW CUBES 概要 描述 例子 DROP CUBE 概要 描述 例子 用法 可以使用任何受支持的客户端管理Cubes,例如位于安...
  • 语句

    create collectionspace drop collectionspace create collection drop collection create index drop index list collectionspaces list collections insert into select update de...
  • 语句

    语句 if 语句 switch 语句 for 语句 while 语句 语句 if 语句 在 WXS 中,可以使用以下格式的 if 语句 : if (expression) statement : 当 expression 为 truthy 时,执行 statement。 if (expression) statement1 el...