Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は変数の型をチェックするために以下のコードを使用したprocessDataと呼ばれるメソッドを持っています
typeof series.dataSource.xName == "string" jQuery.type(series.dataSource.xName)=="string"
どちらが高速で、実行時間が短いかを知っておく必要があります。全体的な「タイプ」は実行に 55 ミリ秒必要です。最適化する必要があります。
前もって感謝します
これがあなたの答えです詳しく見る....