You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create a bool var to record whether the static var has been initialized.
create a if stmt with the bool var as cond var, to decide whether to execute the new assign code.