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.
为什么这个代码:
Calendar c = Calendar.getInstance(); SimpleDateFormat formatter = new SimpleDateFormat("yyyy/mm/dd HH:mm"); String dateNow = formatter.format(c.getTime());
挂起我的android应用程序?
会是使用错误吗?为什么会这样?