我的索引页面名为ecorustic.php,但我希望它在没有extention.Now的情况下显示简单的生态,如果我浏览这些页面,我会得到生态/山脉/喜马拉雅(它丢失了扩展名),但当我返回主页时,它显示ecorustic.php。请帮帮忙 RewriteEngine on
RewriteRule ^ecorustic/.php$ index.php #i madeit so the server
我有一个疑问,在python中字符串是,Z = "00123+0567*29/03-7"甚至我后来也尝试过用re.split('[+]|[*]|-|/', Z)使用for i in res : i = i.lstrip("0"),但它将正确地拆分,但是要用与字符串"Z“中的操作数与Z = "123+567*29/3-7"相同的操作数连接。