.NET的调用到底怎么写?
具体举个例子给大家看看呀
前台(首页模板)中,是不是写 {$=getRsValue("rst", "content")} 这个是怎么定义的?有实际简单的例句嘛?你说的必须是RST是指什么?数据库路径?具体怎么写?
后台(调用模板)中,是不是添加一个节点,如ASP版的例子。 譬如:infos <table border="0" width="100%" cellpadding="0" cellspacing="0">{$} <tr>{$$} <td width="*" height="20"> <a href="{$=curl("{$baseurl}", iurl('detail', {$id}, {$urltype}, 'folder={$createfolder};filetype={$createfiletype};time={$time}'))}" target="_self">{$topic}</a> {$time}</td>{$$} </tr>{$} </table>
也就是说,这三个地方,具体怎么写?懂的人请回答一下,谢谢。 |