C++ #undef 5月 04, 2009 和define相反 且可重複使用 #include<stdio.h> int main() { #define X 100 printf("%d ",X); #undef X #define X 100 printf(" %d",X); #undef X scanf(" "); return 0; } 閱讀完整內容
外部連接css檔案 4月 28, 2009 <link rel=stylesheet type="text/css" href="http://fhcrc.tw/name.css"> 免輸入<style type="text/css"> </style> 閱讀完整內容