Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
论坛里面大多数方法我都试了,返回的都是1,我就觉得很奇怪
def find_max(blobs): max_size=0 for blob in blobs: if blob[2]*blob[3] > max_size: max_blob=blob max_size = blob[2]*blob[3] print(max_blob.code()) return max_blob
提供全部的文本代码,否则我没法测试。
颜色类型是什么?