首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > ASP >

小弟我這個格式應該怎樣寫

2012-02-23 
我這個格式應該怎樣寫?Response.Write DIVclassarticleidqqcallReadDB() /DIVReadDB是一個過程

我這個格式應該怎樣寫?
Response.Write "   <DIV   class=article   id=qq> "   call   ReadDB() " </DIV> "

ReadDB是一個過程,我想動態輸入這種形式,請問我這個格式應該怎樣寫,

請各位幫幫忙!

謝謝!

[解决办法]
ReadDB是SUB:

Response.Write " <DIV class=article id=qq> "
call ReadDB()
Response.Write " </DIV> "

ReadDB是FUNCTION
Response.Write " <DIV class=article id=qq> "& ReadDB() & " </DIV> "

热点排行