▼ 输入源代码:
▼ 着色设置:
选择语言:
选项:

▼ 效果预览:
/* ---示例代码----*/

function echo() {

    var a = "this is a example";

    alert("hello world " + a);

}

/* ---示例代码----*/