本文共 206 字,大约阅读时间需要 1 分钟。
ContentValues values = new ContentValues(); values.put( "address" , "123456789" ); values.put( "body" , "haha" ); values.put( "date" , "135123000000" ); getContentResolver().insert(Uri.parse( "" ), values); |
转载地址:http://jpvia.baihongyu.com/