??д??????JavaScript????
???????????? ???????[ 2016/6/2 15:03:04 ] ????????Javascript web????
????????????????? URL rewriter ?????
????JavaScript
????function redirectTo(url) {
????if (url.charAt(0) === "#") {
????window.location.hash = url;
????} else if (url.charAt(0) === "/") {
????window.location.pathname = url;
????} else {
????window.location.href = url;
????}
????}
????function redirectTo(url) {
????if (url.charAt(0) === "#") {
????window.location.hash = url;
????} else if (url.charAt(0) === "/") {
????window.location.pathname = url;
????} else {
????window.location.href = url;
????}
????}
???????????е???????????????????????????????? redirecter ??????????????????????????????? window ??????????2??????????????????????????????????
??????????????汾??
????JavaScript
????function _getRedirectPart(url) {
????if (url.charAt(0) === "#") {
????return "hash";
????} else if (url.charAt(0) === "/") {
????return "pathname";
????} else {
????return "href";
????}
????}
????function redirectTo(url) {
????window.location[_getRedirectPart(url)] = url;
????}
????function _getRedirectPart(url) {
????if (url.charAt(0) === "#") {
????return "hash";
????} else if (url.charAt(0) === "/") {
????return "pathname";
????} else {
????return "href";
????}
????}
????function redirectTo(url) {
????window.location[_getRedirectPart(url)] = url;
????}
?????????????????? _getRedirectPart ??д???????????????
????JavaScript
????test("_getRedirectPart"?? function() {
????equal(_getRedirectPart("#foo")?? "hash");
????equal(_getRedirectPart("/foo")?? "pathname");
????equal(_getRedirectPart("http://foo.com")?? "href");
????});
????test("_getRedirectPart"?? function() {
????equal(_getRedirectPart("#foo")?? "hash");
????equal(_getRedirectPart("/foo")?? "pathname");
????equal(_getRedirectPart("http://foo.com")?? "href");
????});
????????????? redirectTo ?????????????????????????????????????????????
?????????????????????????? performRedirect ???????????????????????????и????????????????????????????????????????????????????????????????????? QUnit ??????????ú????????????????????????????????????и?????????????????ο??????????
??????д????????
??????????????????飬??????????????????????д????????????д?????????????????????????????????????????????д??????? QUnit ??????д??????????????????????? testCases ??????????? test ???п??????????????????????????????????????/???????????????????????????????????/?????????????????????????????
????JavaScript
????function testCases(fn?? context?? tests) {
????for (var i = 0; i < tests.length; i++) {
????same(fn.apply(context?? tests[i][0])?? tests[i][1]??
????tests[i][2] || JSON.stringify(tests[i]));
????}
????}
????function testCases(fn?? context?? tests) {
????for (var i = 0; i < tests.length; i++) {
????same(fn.apply(context?? tests[i][0])?? tests[i][1]??
????tests[i][2] || JSON.stringify(tests[i]));
????}
????}
?????????????????????????
????JavaScript
????test("foo"?? function() {
????testCases(foo?? null?? [
????[["bar"?? "baz"]?? "barbaz"]??
????[["bar"?? "bar"]?? "barbar"?? "a passing test"]
????]);
????});
????test("foo"?? function() {
????testCases(foo?? null?? [
????[["bar"?? "baz"]?? "barbaz"]??
????[["bar"?? "bar"]?? "barbar"?? "a passing test"]
????]);
????});
???????
?????????????JavaScript?к???д?????????????????鼮?к?????????????????????????????????????????e????????????????????????????????????????????????????????????飬????????
???????????????????????漰???????????????????SPASVOС??(021-61079698-8054)?????????????????????????
??????
Web?????????????????Web????????????????Docker Compose???????Web???????WEB?????ΧС??APP??????WEB????WEB???????????????WEB??????APP?????????Web??????????Web????????????Linux?????′?Java Web???????WEB?????ΧWeb?????Χ???Web??????????????HTTP(1)????Э??Web?????е?A/B?????????????????Web??????????Web??????ò?????????
???·???
??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???·???????·
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11????????
?????????App Bug???????????????????????Jmeter?????????QC??????APP????????????????app?????е????????jenkins+testng+ant+webdriver??????????????JMeter????HTTP???????Selenium 2.0 WebDriver ??????