# 限制存取的 robots.txt # user-agent:* ; 適用所有搜尋引擎 # disallow:/qc ; 限制存取 qc 下的文件 user-agent:* disallow:/qc # 限制存取pdf 文件 # disallow:/*.pdf$