URL_MODEL設(shè)置為1時(shí),使用其他的幾個(gè)模式也能訪問啊,就像同時(shí)能使用多種模式訪問一樣
URL_MODEL設(shè)置為1時(shí),使用其他的幾個(gè)模式也能訪問啊,就像同時(shí)能使用多種模式訪問一樣;
http://think.com/index.php?m=Index&a=user&id=1
http://think.com/index.php/Index/user/id/1.html
http://think.com/Index/user/id/1.html
http://think.com/index.php?s=/Index/user/id/1.html
都能打開哪一個(gè)網(wǎng)頁
2015-02-03
對 這個(gè)url模式 就是讓url生成的時(shí)候模式不一樣。訪問起來還是正常的。