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.
有什么方法可以确定微调器是否处于展开状态?我试图在手机旋转时保持其展开或折叠状态。
谢谢。
I have a List<object>, and its first element is a List<double>, I mean:
List<object>
List<double>
//---- List <object> lista = new List<object>(); List <