{% extends base %} {% block head %} {% end %} {% block body %}
{% set title = "RunJS - 运行JavaScript" %} {% include common/base_title.html %}

        

函数说明

print(msg)   输出结果
println(msg) 输出换行结果,也可以使用console.log
dir(obj)     查看对象属性
    
{% end %}