for n=0to6image1visible=false
This pseudocode will hide the image with the name "1" for values of n ranging from 0 to 6.
In other words, the image will be hidden seven times, starting from when n=0 and ending when n=6.
Note: This pseudocode assumes that there is only one image with the name "1" and that it is initially visible. If there are multiple images with the same name or if the image is initially hidden, the code may need to be modified.
原文地址: https://www.cveoy.top/t/topic/hxJa 著作权归作者所有。请勿转载和采集!