【发布时间】:2017-04-02 15:54:28
【问题描述】:
我需要这个表给一个变量,这样我就可以把这个变量作为 我的电子邮件程序的字符串。
message.setContent(variable, "text/html");
我需要这个变量,因为 Webemails 不支持脚本执行 在他们的前面
有什么方法可以将表信息拉到变量中?是吗 可能吗??
我正在使用 Angular js 并将表格显示为
<table>
<tr>
<th>UserId</th>
<th>UserName</th>
<th>Points</th>
</tr>
<tr ng-repeat="country in countries.userpointsList| orderBy:'country.uservo.userId' ">
<td> {{ country.uservo.userId }}</td>
<td >{{ country.uservo.userName }}</td>
<td> {{ country.points }}</td>
我怎样才能把这张表放在一个变量上??
【问题讨论】:
-
问题不完整。
-
有些人很无奈,我在这里发帖寻求帮助,直接点击取消投票没有帮助,反正我找到了答案
标签: javascript java jquery jsp