public Blob newBlobByString(String str){ Blob blob = null; try{ blob = new SerialBlob(str.getBytes("UTF-8"));//String 转blob } ...
確定! 回上一頁