Scenario. We have an enum : enum Values { v1 = 'v1', v2 = 'v2' }. We want to get the values in the form string[] .
確定! 回上一頁