2011-06-02 58 views

回答

0

我不知道這是可能的,但我會從我屬於我的指定條件的客戶端驗證功能獨立的功能調用。

function myVal(sender, args) 
{ 
    if ([condition 1]) return func_cond1(sender, args); 
    else return func_cond2(sender, args); 
} 
相關問題