我正在回家的网页上追随 co的价值观。
vsettings=HiddenNotifications=%2C19%2C; (referral)|utmcmd=referral|utmcct=/; ASPSESSIONIDQCSBCCAD=LFLGDKACEGPCPFGBANHFFBMK; ASPSESSIONIDSASDCCDA=OFEHPJACGHNKICDLFBOCJNNH; ASPSESSIONIDQCSDDCBC=LGFPBDLCKHLIOLPMCAGJNFIM; ASPSESSIONIDQCTACBAC=DCIPJDLCNDBEGEIIELCGFMDP;CustomerID; ASPSESSIONIDSCTCAABD=LHPFFLFDEMIBIENBMGMLFIFP; ASPSESSIONIDSAQDDDAD=HMCDMLFDFCLJCIBHMEHPNHME; s_cc=true; __utmc=97358351; CustomerID=755B031ED8C016EC4F90D6F3127E776AE202DEF5BC6EB9F7A9BB19E49323BC3B; ASPSESSIONIDQCSDBDAC=CFBDJEAAPJJGHMDGOCCHALHC; ASPSESSIONIDSASCBDAD=FLGJHFAAJAJBICGIMOOJEFFF;Session%5FToken=C8F2A63C3BBA4E39BBF73B83C108D1C6
I want get the value of CustomerID cookie. Using jquery I wrote this:
$.cookie( CustomerID ,{ path: / });
But I am not getting the value for cookie - it is showing me blank.
How can I get the CustomerId cookie?