,我收到此錯誤警報"No apps can perform this action."在此先感謝。請參閱下面的代碼。 Intent intent = new Intent();
intent.setType("*/*");
intent.setAction(Intent.ACTION_GET_CONTENT);
startActivityForResult(Intent.createChoo
爲什麼MyDeler是「靜態」的,就像我可以通過類名訪問MyDeler一樣,但我無法明確地說public「static」delegate void MyDeler(),我也無法訪問d通過MyClass的實例,就像在新的MyClass.d()中一樣? 此外,爲什麼我需要新建一個MyClass才能使用MyVoidAction? 見下面的代碼: using System;
public class