-2

「 ID:1234 」に一致する正規表現が必要です

{
    {
   Id:"",

 "Address": {
            "Deleted": false,
            "Owner": 123,
            "PartyId": 123,
            "Modified": "11:41:29",
            "AddressType": "BILLING",
            **"StateCode":"Nw",**   
            **"Id": 1234,**
            "CountryCode": "US",
            "Version": 2,
            "AddressLine2": "",
            "OptimisticLock": 0
        },
        "PaymentMethodType": "CREDIT_CARD",
        "LastInvoiceDate": "12:18:00",
        "BillingDetailSet": [],
        "BillingCycleDate": "12:18:00",
        "Id": 15676
    }
}
4

2 に答える 2

0

"StateCode":\s*"\w+",\s*"Id":\s*(\d+), これは私を助けました

于 2013-08-16T07:03:31.887 に答える