測試集合中是否存在以另一個元組開頭的元組的測試方法是什麼?其實,我真的很匹配的索引之後,但我也許可以從測試例子 搞清楚例如: c = ((0,1),(2,3))
# (0,) should match first element, (3,)should match no element
我要補充我的Python 2.4和/或2.5 感謝
我很想知道如何在用戶驗證後獲得用戶ID。是否有另一種方法我可以用來登錄比 FormsAuthentication.RedirectFromLoginPage(userName,true); 這是我的。 if (Membership.ValidateUser(userName, password))
{
// i get a null object on the below as i