首先感谢您阅读我的问题...
我想将代码 2 放入代码 1 ...任何人都请帮助我。
代码 1 是普通的 HTML 页面。
code 1:
<table>
<tr>
<td>
//I want to add code 2 here..
</td>
</tr>
</table>
code 2:
if(System.IO.File.Exists(ConfigurationManager.AppSettings["DBCache"].ToString()+"Frame.xml"))
{
//something
}