摘要:
extern "C" { __declspec(dllexport) int psq_add(int a, int b); } C:\Users\pansq>mkexp mydll.a mydll.dll extern "C" { int psq_add(int a, int b); } 阅读全文
摘要:
String title = ""; if(itemInfo!=null) title = "\n\""+itemInfo.itemSSID+"\" "; else title = "\n\""+ssid+"\" "; title += getResources().getString(R.string.network_wifi_password_error_info... 阅读全文