

后臺回傳的html代碼,顯示到前臺。但是其中的資料系結失效如何讓這部分資料系結的資料正常渲染
表格上方是直接在前臺去系結可以正常顯示。然后后臺回傳的系結關系是對的,但是沒有去渲染資料怎么處理或者是別的解決方案
uj5u.com熱心網友回復:
補充一下。整個表格都是后臺回傳出來的靜態頁面uj5u.com熱心網友回復:
<table class="report-white-table" style="width: 666px; font-size: 10pt; font-family: "華文細黑,stxihei", tahoma, verdana, helvetica; height: 147px;"><tbody><tr style="background: #e7f6fe; height: 21px;"><td class="t-header" style="font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14px; line-height: 1.5; border: 2px solid #ffffff; text-align: center; padding: 6px; background: #993266; color: #ffffff; height: 21px;">物業地址</td>
<td style="font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14px; line-height: 1.5; border: 2px solid #ffffff; text-align: center; padding-top: 6px; padding-right: 6px; padding-bottom: 6px; height: 21px;"><label class="renderValue" data-id="a90f44e8-1ddd-4b74-bfc6-082b53f204bf" style="color: red;">{{資源-物業地址}}</label></td>
</tr>
<tr style="background: #e7f6fe; height: 21px;">
<td class="t-header" style="font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14px; line-height: 1.5; border: 2px solid #ffffff; text-align: center; padding: 6px; background: #993266; color: #ffffff; height: 21px;">物業名稱</td>
<td style="font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14px; line-height: 1.5; border: 2px solid #ffffff; text-align: center; padding: 6px; height: 21px;"><label class="renderValue" data-id="cca979e0-ab93-4569-9aa9-7a37b6db023a" style="color: red;">{{資源-物業名稱}}</label></td>
</tr>
<tr style="background: #e7f6fe; height: 21px;">
<td class="t-header" style="font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14px; line-height: 1.5; border: 2px solid #ffffff; text-align: center; padding: 6px; background: #993266; color: #ffffff; height: 21px;">欄位1</td>
<td style="font-variant-numeric: normal; font-variant-east-asian: normal; font-stretch: normal; font-size: 14px; line-height: 1.5; border: 2px solid #ffffff; text-align: center; padding: 6px; height: 21px;"><label class="renderValue" data-id="5f840f90-9dcc-480e-8a3b-c71e783c6d68" style="color: red;">{{資源-欄位1}}</label></td>
</tr>
</tbody>
</table>
轉載請註明出處,本文鏈接:https://www.uj5u.com/net/246359.html
標籤:ASP.NET
上一篇:相對路徑無法訪問問題
