测试代码发布到博客效果(Windows Live Writer发布)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了测试代码发布到博客效果(Windows Live Writer发布)相关的知识,希望对你有一定的参考价值。

测试代码发布到博客效果(Windows Live Writer发布)
public class SwitchCase {

    /**

     * 1、switch后面的表达式为常量表达式,类型只能是可以转化为int、enum(1.6+)、String(1.7+)的类型

     * 2、可以转化为int类型的数据类型有:byte、short、int、char

     * 3、boolean类型的数据类型推荐用if else,java中不支持使用

     *

     *

     */

    public static int getAge(String name) {

        int age = 0;

        switch (name) {

        case "张三":

            age = 30;

            break;

        case "李四":

            age = 40;

            break;

        default:

            age = -1;

            break;

        }

        return age;

    }

 

 

    public static void main(String[] args) {

        int age = getAge("张三");

        System.out.println(age);

    }

}

以上是关于测试代码发布到博客效果(Windows Live Writer发布)的主要内容,如果未能解决你的问题,请参考以下文章

使用Windows Live Writer发表博客测试

》超详细教程使用Windows Live Writer 2012和Office Word 2013 发布文章到博客园全面总结《 第一:起步测试002()

windows live Write写博客测试

Windows Live Writer 语法高亮

(转)超详细教程使用Windows Live Writer 2012和Office Word 2013 发布文章到博客园全面总结

Windows Live Writer 工具发布内容到博客园