()
| 46 | } |
| 47 | |
| 48 | function getVersion() { |
| 49 | var pathname = window.location.pathname.replace("/en/", "/"); |
| 50 | var match = pathname.match(/^\/(dev|(?:\d+\.)+\d)\/.*/);//匹配版本:dev|9.0.0 |
| 51 | return match && match[1] ? match[1] : null; |
| 52 | } |
| 53 | |
| 54 | |
| 55 | //重置当前版本链接,不带版本号 |
no test coverage detected