向摘要上下文追加文本并返回新的 md5 对象。
md5(text).write(text)
result = md5().write('B').write('T').sum() // 输出:277b18808bb6fba9845a813795fe8baa print result