Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有user.xsjs文件,其中包含以下代码
var name1 = $.response.setBody($.session.getUsername());
我有test.html文件我想从user.xsjs文件中获取当前用户或直接在test.html文件中使用的上述代码获取当前用户。
需要得到"Welcome CurrentUser!"
"Welcome CurrentUser!"
您可以添加一个<script>标签,您可以在其中ajax调用 user.xsjs 文件,然后将响应输出到 HTML。
<script>
ajax