ES2 MUD LIB :: 東方故事二(ES2) 天朝帝國 mudlib 瀏覽展示

/include/html.h

HOME :: include :: html.h
#define HTML(x, y) "<" + (x) + ">" + (y) + ""
#define HTML_PAGE(x, y) HTML("HTML", HTML("HEAD",HTML("TITLE",x)) + HTML("BODY",HTML("H1",y)))

#define HREF(x,y) "" + y + ""


HOME :: include :: html.h