String.format(“用户:%s 登录系统“, “www“)

 

 

 

        System.out.println(String.format("用户:%s 登录系统", "www"));
        String info = "%1$s 用户来自 %2$s  年龄 %3$d  性别 %4$s";
        System.out.println(String.format(info, "www","陕西",23,"男"));
        System.out.printf(" %s ","asa");
        System.out.printf("字母c的大写是:%c %n", 'C');
用户:www 登录系统
www 用户来自 陕西  年龄 23  性别 男
 asa 字母c的大写是:C 

更周全地址:转载地址:https://blog.csdn.net/anita9999/article/details/82346552

  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
分析以下程序生成的高级语言程序结构: // place any extra initialisation code here } // place any declarations here delim [ \t\n] ws {delim}+ letter [A-Za-z] digit [0-9] id {letter}({letter}|{digit})* number [+-]?{digit}+(\.{digit}+)?(E[+-]?{digit}+)? %% ///////////////////////////////////////////////////////////////////////////// // rules section {ws} { } if { String output = String.format("(IF, %s)", new String(yytext, 0, yyleng)); System.out.println(output); } then { String output = String.format("(THEN, %s)", new String(yytext, 0, yyleng)); System.out.println(output); } while { String output = String.format("(WHILE, %s)", new String(yytext, 0, yyleng)); System.out.println(output); } do { String output = String.format("(DO, %s)", new String(yytext, 0, yyleng)); System.out.println(output); } else { String output = String.format("(ELSE, %s)", new String(yytext, 0, yyleng)); System.out.println(output); } {id} {String output = String.format("(ID, %s)", new String(yytext, 0, yyleng)); System.out.println(output); } {number} { String output = String.format("(NUM, %s)", new String(yytext, 0, yyleng)); System.out.println(output); } "<" { String output = String.format("(RELOP, %s)", new String(yytext, 0, yyleng)); System.out.println(output); } "<=" { String output = String.format("(RELOP, %s)", new String(yytext, 0, yyleng)); System.out.println(output); } "<>" { String output = String.format("(RELOP, %s)", new String(yytext, 0, yyleng)); System.out.println(output); } ">" { String output = String.format("(RELOP, %s)", new String(yytext, 0, yyleng)); System.out.println(output); } ">=" { String output = String.format("(RELOP, %s)", new String(yytext, 0, yyleng)); System.out.println(output); } "=" { String output = String.format("(RELOP, %s)", new String(yytext, 0, yyleng)); System.out.println(output); } "+" { String output = String.format("(RELOP, %s)", new String(yytext, 0, yyleng)); System.out.println(output); } . {}
05-12

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值